home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Health and Fitness / TBASE_ V4.1.2 TrainingBase Win95 / TBASE32.exe / _setup.1 / Sample32.MDB / SplitsW.json < prev   
JavaScript Object Notation  |  1998-01-14  |  521b

  1. {
  2.     "schema": {
  3.         "Workout No": "Long Integer",
  4.         "Exercise": "Text (30)",
  5.         "Sets": "Byte",
  6.         "Reps": "Byte",
  7.         "Weight": "Single",
  8.         "Size": "Single"
  9.     },
  10.     "data": [
  11.         {
  12.             "Workout No": 47,
  13.             "Exercise": "Bench Press",
  14.             "Sets": 3,
  15.             "Reps": 15,
  16.             "Weight": 165
  17.         },
  18.         {
  19.             "Workout No": 47,
  20.             "Exercise": "Curls",
  21.             "Sets": 3,
  22.             "Reps": 15,
  23.             "Weight": 55
  24.         },
  25.         {
  26.             "Workout No": 47,
  27.             "Exercise": "Biceps",
  28.             "Size": 9.5
  29.         },
  30.         {
  31.             "Workout No": 48,
  32.             "Exercise": "Bench Press",
  33.             "Sets": 3,
  34.             "Reps": 14,
  35.             "Weight": 162.5
  36.         },
  37.         {
  38.             "Workout No": 48,
  39.             "Exercise": "Curls",
  40.             "Sets": 3,
  41.             "Reps": 15,
  42.             "Weight": 50
  43.         },
  44.         {
  45.             "Workout No": 48,
  46.             "Exercise": "Biceps",
  47.             "Size": 8.75
  48.         }
  49.     ]
  50. }